home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / Internal_14.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  567 b   |  24 lines

  1. on mouseUp
  2.   puppetTransition(47, 1, 8)
  3.   puppetSound("mainsnd")
  4.   put "3sqr" into field "maincasterphoto"
  5.   put "MTG31" into field "mainmounting"
  6.   put "3 Series Square Stem Caster" into field "casterdeshead"
  7.   if field "tblcaste,BRK_OP" contains "BRK1" then
  8.     if field "tblwheel,TG_OP" contains "TG1" then
  9.       play frame "3optiona"
  10.       abort()
  11.     else
  12.       play frame "3optionb"
  13.       abort()
  14.     end if
  15.   end if
  16.   if field "tblwheel,TG_OP" contains "TG1" then
  17.     play frame "3optionc"
  18.     abort()
  19.   else
  20.     play frame "3optiond"
  21.     abort()
  22.   end if
  23. end
  24.